home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / odipkt.zip / NOTES < prev    next >
Text File  |  1991-07-04  |  857b  |  21 lines

  1. ODIPKT - packet driver over Open Data-Link Interface
  2.  
  3. Usage is:
  4.  
  5. odipkt [logical_card_number [packet_interrupt]]
  6.  
  7. where logical_card_number specifies which device to bind (default 0)
  8. and packet_interrupt specifies the packet-driver interface interrupt
  9. (default 105).  All parameters are decimal.
  10.  
  11. ODIPKT will attempt to adapt itself to 802.5, 802.3, and "ethernet II"
  12. encapsulations (classes 3, 11, and 1).  However, only class 1/11 operation
  13. has been tested.  Note that DOS ODI drivers allow multiple encapsulations
  14. per card with each encapsulation assigned a different card number.  The
  15. sample net.cfg configures all possible ethernet encapsulations.
  16.  
  17. The ODI spec no longer supports promiscuous mode operation, but
  18. the code to set the receiver mode remains in this driver.
  19.  
  20. It is not possible to set the physical address of the card.
  21.